﻿body {
    font-family: var(--gov-font-family, "Roboto", sans-serif);
    /*font-size: 16px;*/
    /*font-weight: 400;*/
    line-height: 100%;
    font-style: normal;
    color: var(--gov-color-neutral-white);
    background-color: var(--gov-color-primary);
}

.main-content {
    background-color: var(--gov-color-secondary-300);
    /*background-color: rgba(var(--gov-color-white-rgb), 0.4);*/
    color: var(--gov-color-neutral-black);
}

p {
    line-height: 22px;
}

a, a:hover, a:active, a:visited, #subfooter a {
    color: var(--gov-color-neutral-white);
    text-decoration: underline;
}

    a:hover {
        text-decoration: none;
    }

#hlavni-menu-expand {
    color: var(--gov-color-neutral-white);
}

.main-content a, .main-content a:hover, .main-content a:active, .main-content a:visited {
    color: var(--gov-color-primary);
}

    .main-content a:hover {
        color: var(--gov-color-secondary-800);
    }

.footer-content {
    background-color: var(--gov-color-secondary-800);
}

.dropdown-menu a, .dropdown-menu a:active, .dropdown-menu a:visited {
    color: var(--gov-color-neutral-black) !important;
    text-decoration: none !important;
}

dropdown-menu a:hover {
    text-decoration: none !important;
}

header.navbar a.nav-link, header.navbar a.nav-link:hover, header.navbar a.nav-link:active, header.navbar a.nav-link:visited {
    color: var(--gov-color-neutral-white) !important;
    text-decoration: none;
}

    header.navbar a.nav-link:hover {
        color: var(--gov-color-neutral-white) !important;
        text-decoration: none !important;
    }

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus,
:focus {
    outline: none;
    box-shadow: none;
    outline-offset: 0;
}

h1,
h2,
h3,
h4,
.main-title {
    color: var(--gov-color-neutral-black);
    font-weight: 400;
    font-family: var(--gov-font-family, "Roboto", sans-serif);
    line-height: 1.4;
}

h1,
.main-title {
    /*color: var(--gov-color-primary);*/
    font-size: 31px;
    margin-top: 0;
    margin-bottom: 20px;
    min-height: 38px;
}

h2 {
    font-size: 24px;
}

h3 {
    font-size: 20px;
}

h4 {
    font-size: 16px;
    font-weight: 500;
}

ul {
    padding-left: 0;
    margin-bottom: 0;
}

    ul li {
        list-style: none;
        padding-bottom: 15px;
    }

    ul.odrazky li::before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        color: var(--gov-color-primary);
        display: inline-block;
        width: 15px;
        font-size: 26px;
        font-weight: 700;
    }

ol {
    list-style: none;
    padding-left: 0;
}

    ol li {
        counter-increment: li;
    }

    ol.odrazky li::before {
        position: absolute;
        top: 0;
        left: 0;
        content: counter(li);
        color: var(--gov-color-primary);
        font-weight: 700;
        display: inline-block;
        width: 15px;
        margin-right: 0.5em;
        text-align: left;
        direction: rtl;
    }

    ol.odrazky li,
    ul.odrazky li {
        padding-bottom: 10px;
        padding-left: 20px;
        position: relative;
    }

    ol.odrazky,
    ul.odrazky {
        margin-bottom: 30px;
    }

.section {
    padding: 19px 15px;
}

table {
    font-size: 15px;
}

/* taskid#41180  */

article table {
    width: 100%;
}

article ol {
    list-style: decimal;
    padding-left: 1.5em;
}

    article ol li {
        padding-bottom: 15px;
    }

article table, article td, article th {
    border: 0px;
}

/* end of taskid#41180 */

/* taskid#43498 */
article ul {
    padding-left: 1.5em;
}

    article ul li {
        list-style: disc;
    }

/* end of taskid#43498 */

.table-striped > tbody > tr:nth-of-type(even) {
    background: var(--gov-color-secondary-500);
}

.table-striped > tbody > tr:nth-of-type(odd) {
    background: var(--gov-color-neutral-white);
}

.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
    border: none;
    padding: 8px 5px 8px 5px;
}

.table > thead > tr > th {
    border-bottom: 2px solid var(--gov-color-primary);
}

.alert {
    font-size: 14px;
    color: var(--gov-color-neutral-black);
    padding: 30px 30px 30px 70px;
    border: 0;
    border-radius: 0;
    margin-bottom: 12px;
}

.alert-info {
    background: url(images/icon-info.png) 26px 27px no-repeat var(--gov-color-primary);
}

.alert-warning {
    background: url(images/icon-warning.png) 26px 27px no-repeat var(--gov-color-warning);
}

.alert-error {
    background: url(images/icon-error.png) 26px 27px no-repeat var(--gov-color-error);
}

.row-padding-bottom {
    padding-bottom: 50px;
}

.full-pic {
    margin-bottom: 30px;
}

.img-padding {
    margin-bottom: 20px;
}

article img {
    max-width: 100%;
    height: auto;
}
/* FORM ELEMENTS */
label {
    color: var(--gov-color-neutral-black);
    font-family: var(--gov-font-family, "Roboto", sans-serif);
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
}

input[type="text"],
input[type="password"],
select,
textarea,
.ui-selectmenu-button.ui-button {
    border: 2px solid var(--gov-color-primary-400);
    border-radius: 4px;
    background-color: var(--gov-color-neutral-white);
    padding: 7px;
    font-size: 12px;
    min-width: 262px;
    color: var(--gov-color-neutral-black);
}

input[type="text"],
input[type="password"] {
    height: 40px;
}

.form-inline input {
    height: 43px;
    margin-right: 9px;
    margin-bottom: 20px;
}

.form-inline label {
    padding-right: 20px;
    margin-top: 7px;
}

.form-inline .form-group {
    align-items: flex-start;
}

.form-control {
    border-radius: 0;
}

.input-full-width, .ui-selectmenu-button {
    display: block;
    width: 100%;
}

    .input-full-width.contact {
        margin-bottom: 6px;
    }

input.input-error {
    border-color: var(--gov-color-error-400);
    color: var(--gov-color-error-400);
    background: var(--gov-color-error);
}
/* Jquery UI */
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
.tooltip-inner {
    max-width: 100%;
    text-align: left;
    white-space: nowrap;
    padding: 5px;
}

    .tooltip-inner p {
        padding: 1px 3px !important;
        margin: 0px !important;
    }
/* We use html here because we need a greater specificity to make sure disabled
works properly when clicked or hovered */
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
    border: 0;
    background: var(--gov-color-neutral-white);
    font-weight: normal;
    color: var(--gov-color-neutral-black);
}

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
    color: var(--gov-color-neutral-black);
    text-decoration: none;
}

    .ui-state-hover,
    .ui-widget-content .ui-state-hover,
    .ui-widget-header .ui-state-hover,
    .ui-state-focus,
    .ui-widget-content .ui-state-focus,
    .ui-widget-header .ui-state-focus,
    .ui-button:hover,
    .ui-button:focus {
        border: 0;
        background: var(--gov-color-neutral-white);
        font-weight: normal;
        color: var(--gov-color-neutral-black);
    }

        .ui-state-hover a,
        .ui-state-hover a:hover,
        .ui-state-hover a:link,
        .ui-state-hover a:visited,
        .ui-state-focus a,
        .ui-state-focus a:hover,
        .ui-state-focus a:link,
        .ui-state-focus a:visited,
        a.ui-button:hover,
        a.ui-button:focus {
            color: var(--gov-color-neutral-black);
            text-decoration: none;
        }

.ui-visual-focus {
    box-shadow: none;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
    border: 0;
    background: var(--gov-color-neutral-white);
    font-weight: normal;
    color: var(--gov-color-neutral-black);
}

    .ui-icon-background,
    .ui-state-active .ui-icon-background {
        border: 0;
        background-color: var(--gov-color-neutral-white);
    }

    .ui-state-active a,
    .ui-state-active a:link,
    .ui-state-active a:visited {
        color: var(--gov-color-neutral-black);
        text-decoration: none;
    }

.ui-widget {
    font-family: var(--gov-font-family, "Roboto", sans-serif);
    font-size: 14px;
}

.checkbox label, .radio label {
    padding-left: 0;
}

.ui-checkboxradio-label .ui-icon-background {
    margin-right: 10px;
}

.ui-checkboxradio-label .ui-icon-blank,
.ui-checkboxradio-label .ui-state-hover .ui-icon-blank,
.ui-checkboxradio-label .ui-state-focus .ui-icon-blank,
.ui-button:hover .ui-icon-blank.ui-icon, .ui-button:focus .ui-icon-blank.ui-icon {
    background: url(images/checkbox.png) no-repeat 0 0;
    width: 15px;
    height: 15px;
}

.ui-checkboxradio-label .ui-icon-check,
.ui-state-hover .ui-icon-check.ui-icon, .ui-state-focus .ui-icon-check.ui-icon,
.ui-button:hover .ui-icon-check.ui-icon, .ui-button:focus .ui-icon-check.ui-icon {
    background: url(images/checkbox-active.png) no-repeat 0 0;
    width: 15px;
    height: 15px;
}

.ui-checkboxradio-label .ui-icon-background {
    border-radius: 0;
    box-shadow: none;
}

.ui-checkboxradio-radio-label .ui-icon-blank,
.ui-checkboxradio-radio-label .ui-state-hover .ui-icon-blank,
.ui-checkboxradio-radio-label .ui-state-focus .ui-icon-blank,
.ui-checkboxradio-radio-label:hover .ui-icon-blank.ui-icon, .ui-checkboxradio-radio-label:focus .ui-icon-blank.ui-icon {
    background: url(images/radio.png) no-repeat 0 0;
    width: 16px;
    height: 16px;
}

.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon, .ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
    background: url(images/radio-active.png) no-repeat 0 0;
    border: 0;
    width: 16px;
    height: 16px;
}

.ui-checkboxradio-label {
    border: none;
    background: none;
}

.ui-selectmenu-button.ui-button {
    border: 2px solid var(--gov-color-primary-400) !important;
    background-color: var(--gov-color-neutral-white);
    padding: 7px;
    font-size: 12px;
    width: 100%;
    color: var(--gov-color-neutral-black);
    height: 40px;
    border-radius: 0;
}

.ui-selectmenu-button .ui-icon-triangle-1-s {
    background: url(images/select-down.png) no-repeat 0 0 !important;
    margin-top: 8px;
}

.ui-selectmenu-button-open .ui-icon-triangle-1-s {
    background: url(images/select-up.png) no-repeat 0 0 !important;
}

.ui-selectmenu-text {
    padding-top: 3px;
    font-size: 12px;
}

.ui-menu .ui-menu-item-wrapper {
    font-size: 12px;
    margin: 0 !important;
    padding: 5px 14px 5px 14px;
}

    .ui-menu .ui-menu-item-wrapper.ui-state-active {
        background: var(--gov-color-primary-700);
        color: var(--gov-color-neutral-white);
    }

.ui-menu .ui-menu-item {
    padding: 0;
}

.datepicker {
    background: url(images/icon-calendar.png) no-repeat 95% 11px;
}

.ui-datepicker .ui-datepicker-header {
    background: var(--gov-color-neutral-white);
    border: 0;
    color: var(--gov-color-neutral-black);
}

.ui-datepicker-header .ui-icon-circle-triangle-w {
    background: url(images/arrow-left.png) no-repeat center !important;
    cursor: pointer;
}

.ui-datepicker-header .ui-icon-circle-triangle-e {
    background: url(images/arrow-right.png) no-repeat center !important;
    cursor: pointer;
}

.ui-datepicker th {
    color: var(--gov-color-primary-700);
    font-weight: 400;
    font-size: 13px;
    font-family: var(--gov-font-family, "Roboto", sans-serif);
}

.ui-datepicker td a {
    font-family: var(--gov-font-family, "Roboto", sans-serif);
    font-size: 13px;
    text-align: center;
    width: 22px;
    height: 22px;
}

.ui-datepicker .ui-datepicker-today a {
    font-family: var(--gov-font-family, "Roboto", sans-serif);
    font-size: 13px;
    background: var(--gov-color-warning-400);
    border-radius: 50%;
}

.ui-datepicker .ui-datepicker-current-day a {
    background: var(--gov-color-primary-700);
    border-radius: 50%;
    color: var(--gov-color-neutral-white);
}
/* BUTTONS */
.btn.blue {
    background-color: var(--gov-color-primary);
    color: var(--gov-color-neutral-white);
    font-family: var(--gov-font-family, "Roboto", sans-serif);
    font-size: 12px;
    font-weight: 700;
    line-height: 23px;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 4px;
    padding: 10px 17px 8px;
}

    .btn.blue:hover {
        background-color: var(--gov-color-primary-700);
    }

.btn .fa {
    color: var(--gov-color-warning-400);
    font-size: 17px;
    padding-left: 22px;
}

.btn .fa-left {
    padding-right: 20px;
    padding-left: 0;
}

.btn .fa-right {
    padding-left: 22px;
    padding-right: 0;
}

a.btn {
    color: var(--gov-color-primary);
    font-family: var(--gov-font-family, "Roboto", sans-serif);
    font-size: 12px;
    font-weight: 400;
    line-height: 23px;
    text-decoration: underline;
    padding-left: 0;
    padding-right: 23px;
}

.btn.grey {
    border: 2px solid var(--gov-color-secondary-500);
    background-color: var(--gov-color-neutral-white);
    border-radius: 0;
    color: var(--gov-color-primary);
    font-family: var(--gov-font-family, "Roboto", sans-serif);
    font-size: 12px;
    font-weight: 700;
    line-height: 23px;
    text-decoration: none;
    text-transform: uppercase;
    padding: 7px 12px 3px 12px;
}

.pull-right .btn.grey {
    margin-top: 42px;
}

.btn-grey:hover {
    background-color: var(--gov-color-neutral-white);
    border: 2px solid var(--gov-color-secondary-500);
    color: var(--gov-color-primary);
}

.btn.icon-img {
    padding-left: 53px;
    padding-right: 20px;
}

.btn.icon-maps {
    background: url(images/icon-all-maps.png) no-repeat 17px center;
    height: 43px;
}

.btn.grey.icon-maps {
    margin-top: 35px;
}

.form-horizontal {
    padding-bottom: 20px;
}

.icon-phone {
    background: url(images/icon-phone.png) no-repeat 0 0;
    padding-left: 28px;
    min-height: 19px;
}

.icon-english {
    background: url(images/icon-english.png) no-repeat 0 0;
    padding-left: 36px;
    min-height: 19px;
}

.icon-deutsch {
    background: url(images/icon-deutsch.png) no-repeat 0 0;
    padding-left: 36px;
    min-height: 19px;
}

.phone .black, .phone .red, .phone .green, .phone .blue {
    font-size: 20px;
    font-weight: bold;
    min-height: 0px;
    display: inline-block;
    min-width: 40px;
}

.phone .red {
    color: red;
}

.phone .green {
    color: green;
}

.phone .blue {
    color: #0070C0;
}

.icon-email {
    background: url(images/icon-mail.png) no-repeat 0 0.2em;
    padding-left: 28px;
    min-height: 15px;
}


/* Centrovani vyhledavani*/
.col-centered {
    margin: 0 auto;
    float: none;
    width: 300px;
}
/* SPOLECNE PRVKY */
.alert-box {
    border: 2px solid var(--gov-color-secondary-500);
    background: var(--gov-color-neutral-white);
    padding: 15px 0;
    margin-top: 40px;
    color: var(--gov-color-neutral-black);
}

    .alert-box.row {
        margin-left: 0;
        margin-right: 0;
    }

    .alert-box p {
        line-height: 26px;
        margin: auto;
    }

    .alert-box img {
        margin-bottom: 20px;
    }

    .alert-box .phone-container {
        display: inline-block;
        text-align: left;
    }

    .alert-box .traffic {
        border-left: 1px solid var(--gov-color-secondary-500);
        border-right: 1px solid var(--gov-color-secondary-500);
    }


    .alert-box a {
        color: var(--gov-color-neutral-black);
        font-family: 'var(--gov-font-family, "Roboto", sans-serif)';
        font-size: 16px;
        font-weight: 400
    }

.alert-danger-box {
    border: 2px solid var(--gov-color-error-500);
}

#breadcrumb {
    background: var(--gov-color-secondary-500);
    padding-top: 17px;
    padding-bottom: 17px;
    font-size: 13px;
}

    #breadcrumb .fa {
        padding: 0 12px;
        color: var(--gov-color-secondary-600);
    }

.date {
    width: auto;
    height: 32px;
    line-height: 32px;
    background-color: var(--gov-color-success-500);
    color: var(--gov-color-neutral-white);
    padding: 0 15px;
    font-size: 13px;
    font-weight: 500;
    text-align: center;
}

.sidebar {
    margin-top: 40px;
}

    .sidebar ul {
        border: 2px solid var(--gov-color-primary-100);
        margin-bottom: 38px;
    }

        .sidebar ul li {
            padding-bottom: 0;
        }

    .sidebar a {
        text-decoration: none;
        font-size: 15px;
        border-bottom: 1px solid var(--gov-color-primary-100);
        padding: 16px 24px;
        display: block;
    }

        .sidebar a:hover,
        .sidebar a.active {
            background: var(--gov-color-secondary-200);
            border-left: 2px solid var(--gov-color-primary);
            margin-left: -2px;
            color: var(--gov-color-primary);
        }

.cara-top {
    border-top: 1px solid var(--gov-color-secondary-500);
}

.cara-bottom {
    border-bottom: 1px solid var(--gov-color-secondary-500);
}

.strankovani {
    position: relative;
}

.pagination {
    justify-content: center;
}

    .pagination li {
        list-style: none;
    }

.strankovani > span > span {
    color: var(--gov-color-primary);
    font-size: 16px;
    font-family: var(--gov-font-family, "Roboto", sans-serif);
    border-radius: 0 !important;
    padding: 8px 6px;
}

.pagination > li > a:not(.disabled),
.pagination > li > span:not(.disabled),
.strankovani > span > a:not(.disabled) {
    border: none;
    color: var(--gov-color-primary);
    font-size: 16px;
    font-family: var(--gov-font-family, "Roboto", sans-serif);
    padding: 8px 6px;
    text-decoration: none;
    display: inline-block;
    font-weight: 700;
    border: .0625rem solid rgba(0,0,0,0);
}

.pagination > li > a:focus:not(.disabled),
.pagination > li > a:hover:not(.disabled),
.pagination > li > span:focus:not(.disabled),
.pagination > li > span:hover:not(.disabled) {
    color: var(--gov-color-primary);
    font-weight: 700;
    background-color: var(--gov-color-primary-200);
    border-radius: 0.5rem;
    border: .0625rem solid rgba(0,0,0,0);
}

.pagination > li.current > a {
    color: var(--gov-color-primary);
    font-weight: 700;
    background-color: var(--gov-color-primary-200);
    border-radius: 0.5rem;
    border: .0625rem solid rgba(0,0,0,0);
}

.pagination li.left a:not(.disabled),
.strankovani > span > a.left {
    color: var(--gov-color-primary);
    font-weight: 700;
}

.pagination li.right a:not(.disabled),
.strankovani > span > a.right {
    color: var(--gov-color-primary);
    font-weight: 700;
}

.pagination li.left .fa {
    padding-right: 12px;
    color: var(--gov-color-warning-400);
}

.pagination li.right .fa {
    padding-left: 12px;
    color: var(--gov-color-warning-400);
}

.pagination .disabled {
    color: var(--gov-color-secondary-600) !important;
    cursor: not-allowed;
    font-size: 16px;
    padding: 8px 6px;
    text-decoration: none;
    display: inline-block;
    font-weight: 700;
    border: .0625rem solid rgba(0,0,0,0);
}

/* HLAVICKA */
.navbar-nav {
    margin: 0 0 21px 0;
}

.navbar {
    border-radius: 0;
    margin-bottom: 0;
}

    .navbar > .container {
        display: block;
    }

    .navbar.text-center .navbar-nav {
        float: none;
        display: inline-block;
    }

    .navbar.text-center .navbar-collapse.in .navbar-nav {
        display: block;
    }
/*.navbar-header {
    background: var(--gov-color-neutral-white);
}*/
.navbar-brand {
    z-index: 999;
    margin: 10px 10px 5px 15px;
}

    .navbar-brand > img {
        width: 162px;
    }

    .navbar-brand.left {
        font-family: var(--gov-font-family, "Roboto", sans-serif);
        color: var(--gov-color-neutral-white);
        font-size: 16px;
        font-weight: 400;
        text-align: left;
    }

a.navbar-brand.left {
    text-decoration: none !important;
}

.navbar-brand.left span {
    color: var(--gov-color-primary);
    font-size: 30px;
    font-weight: 500;
}

.navbar-brand.left strong {
    /* Text style for "Dotace" */
    color: var(--gov-color-neutral-white);
    font-size: 30px;
    font-weight: 500;
    text-transform: uppercase;
}

a:hover.navbar-brand.left, a:hover.navbar-brand.left strong {
    color: var(--gov-color-primary-100);
}

.menu-large {
    position: static !important;
}

.dropdown-menu {
    padding-top: 30px;
    right: 0 !important;
    top: auto;
    box-shadow: 0 6px 12px rgba(var(--gov-color-neutral-black),0.175);
}

.dropdown > .dropdown-menu {
    margin-left: 15px !important;
    margin-right: 15px !important;
}

.dropdown-menu .row {
    max-width: 100%;
}

.user {
    position: static;
    text-align: center;
}

    .user a {
        color: var(--gov-color-neutral-white);
    }

        .user a:hover {
            color: var(--gov-color-neutral-white);
            text-decoration: none;
        }

.navbar-expand-md .navbar-nav.language {
    flex-direction: row;
    justify-content: center;
}
/* CLOSE TOGGLE */
.navbar-nav .open .dropdown-menu li {
    padding-bottom: 5px;
}

.navbar-nav .open .dropdown-menu a {
    color: var(--gov-color-neutral-white);
    text-decoration: none;
    font-size: 17px;
    padding: 5px 0;
    display: block;
    line-height: 1.2;
}

.navbar-light .navbar-toggler:focus,
.navbar-light .navbar-toggler:hover {
    background: none;
}

.navbar-toggler {
    border: none;
    background: transparent !important;
    margin: 26px 15px 24px 0;
    padding: 0;
}

    .navbar-toggler:hover {
        background: transparent !important;
    }

.navbar-light .navbar-toggler .icon-bar {
    width: 38px;
    transition: all 0.2s;
    background-color: var(--gov-color-primary);
    margin-bottom: 8px;
}

.navbar-toggler .top-bar {
    transform: rotate(45deg);
    transform-origin: 10% 10%;
}

.navbar-toggler .middle-bar {
    opacity: 0;
}

.navbar-toggler .bottom-bar {
    transform: rotate(-45deg);
    transform-origin: 10% 90%;
}

.navbar-toggler.collapsed .top-bar {
    transform: rotate(0);
}

.navbar-toggler.collapsed .middle-bar {
    opacity: 1;
}

.navbar-toggler.collapsed .bottom-bar {
    transform: rotate(0);
}

.navbar-light {
    margin-top: auto;
    background: var(--gov-color-primary);
    border: none;
    padding: 0;
}

    .navbar-light .navbar-nav > li {
        padding-bottom: 0;
    }

        .navbar-light .navbar-nav > li:before {
            display: none;
        }

        .navbar-light .navbar-nav > li > a {
            text-transform: uppercase;
            color: var(--gov-color-neutral-white);
            font-size: 18px;
            font-weight: 500;
            text-decoration: none;
            font-family: var(--gov-font-family, "Roboto", sans-serif);
            padding: 22px 15px;
            border-left: 0;
            border-bottom: 1px solid var(--gov-color-primary-800);
            letter-spacing: 1px;
            display: block;
            position: relative;
        }

        .navbar-light .navbar-nav > li.dropdown > a {
            padding-right: 40px;
        }

    .navbar-light .navbar-nav .nav-link,
    .navbar-light .navbar-nav .nav-link:hover,
    .navbar-light .navbar-nav .nav-link:focus,
    .navbar-light .navbar-nav .nav-link.active {
        color: var(--gov-color-neutral-white);
    }

    .navbar-light .navbar-nav > li.dropdown > a:after {
        content: "\F282";
        font-family: bootstrap-icons;
        position: absolute;
        top: 22px;
        right: 15px;
        color: var(--gov-color-warning-400);
        border: 0;
    }

    .navbar-light .navbar-nav > li.show > a:after {
        content: "\F286";
        font-family: bootstrap-icons;
        position: absolute;
        top: 22px;
        right: 15px;
        color: var(--gov-color-warning-400);
    }

    .navbar-light .navbar-nav > li > a:hover,
    .navbar-light .navbar-nav > li > a:focus {
        color: var(--gov-color-primary-100) !important;
    }

    .navbar-light .navbar-nav > .show > .nav-link,
    .navbar-light .navbar-nav > .show > .nav-link:focus,
    .navbar-light .navbar-nav > .show > .nav-link:hover {
        background: transparent;
        color: var(--gov-color-neutral-white);
    }

    .navbar-light .nav-item {
        position: relative;
    }

        .navbar-light .nav-item .dropdown-toggle::after {
            content: none;
        }

        .navbar-light .nav-item .dropdown-toggle {
            position: absolute;
            top: 0;
            right: 0;
            width: 50px;
            height: 60px;
            background: none;
            border: 0;
        }

.language li {
    display: inline-block;
    margin: 0 2px;
}

.navbar-nav.language > li > a {
    background-color: var(--gov-color-primary-800);
    padding: 23px 35px;
    font-size: 15px;
    font-weight: 400;
    border: none !important;
}

    .navbar-nav.language > li > a:after {
        display: none;
    }

    .navbar-nav.language > li > a:hover,
    .navbar-nav.language > li > a.active {
        background-color: var(--gov-color-neutral-white);
        color: var(--gov-color-primary);
        font-weight: 600;
    }

.search.center {
    margin: 0 auto 31px;
    width: 262px;
}

    .search.center button.btn.btn-default {
        position: absolute;
        top: 0;
        background: var(--gov-color-neutral-white);
    }

.navbar-stripe .navbar-toggler {
    width: 100%;
    background: var(--gov-color-primary) !important;
    clear: both;
    float: none;
    border-radius: 0;
    padding: 22px 0 22px 0;
    margin: 0;
}

.navbar-stripe .navbar-collapse {
    border-color: var(--gov-color-primary-800);
}

.navbar-stripe .navbar-toggler:focus, .navbar-stripe .navbar-toggler:hover {
    background: var(--gov-color-primary-700) !important;
}

.vyhledavani button.btn.btn-default {
    position: absolute;
}

.navbar-stripe .navbar-toggler .fa-navicon {
    color: var(--gov-color-neutral-white);
    width: 16px;
}

.navbar-stripe .navbar-toggler .burger {
    display: inline-block;
    vertical-align: middle;
}

.navbar-stripe .navbar-toggler .text {
    display: inline-block;
    vertical-align: middle;
    color: var(--gov-color-neutral-white);
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 500;
    padding-right: 5px;
}

.navbar-brand.right {
    float: right;
    width: 130px;
}

.navbar-brand.left {
    font-size: 13px;
    line-height: 1;
}

    .navbar-brand.left strong {
        font-size: 25px;
    }

/* SLIDESHOW */
.carousel-ovladac {
    position: absolute;
    top: 8%;
    width: 15%;
    font-size: 20px;
    color: var(--gov-color-primary);
    text-align: center;
    background: var(--gov-color-primary-100);
    width: 25px;
    height: 168px;
    opacity: 1;
    text-decoration: none;
}

.carousel-indicators li {
    background: var(--gov-color-secondary-600);
    border: none;
    padding: 0;
    width: 8px;
    height: 8px;
    border-radius: 50%;
}

.carousel-indicators .active {
    background: var(--gov-color-primary);
    border: none;
    padding: 0;
    width: 8px;
    height: 8px;
}

#carousel-slider .date {
    margin-top: -16px;
    margin-bottom: 18px;
}

#carousel-slider .read-more,
#carousel-slider .read-more a,
#carousel-slider-menu .read-more,
#carousel-slider-menu .read-more a {
    font-size: 22px;
    line-height: 22px;
}

#carousel-slider .slider-text {
    padding-bottom: 38px;
}

#carousel-slider-menu {
    padding: 50px 50px 65px 50px;
}

    #carousel-slider-menu .carousel-indicators {
        left: 50px;
        right: auto;
    }

/* NEWS */
#news {
    padding-bottom: 19px;
    padding-bottom: 0;
    background: rgba(var(--gov-color-neutral-white-rgb), 0.4);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='var(--gov-color-neutral-white)', endColorstr='var(--gov-color-secondary-500)', GradientType=0);
}

    #news h2,
    #searh h2,
    #actual-info h2,
    #actual-alerts h2 {
        margin-top: 19px;
        margin-bottom: 0;
        font-weight: 400;
        color: var(--gov-color-neutral-black);
        font-size: 29px;
    }

    #news p {
        padding: 26px 0;
    }

    #news .date {
        position: absolute;
        top: 22px;
        right: 16px;
    }

    #news .sub-odkaz {
        padding-bottom: 10px;
    }

    #news .img-wrapper,
    #geoportal .img-wrapper,
    #article .img-wrapper {
        position: relative;
        margin-top: 36px;
        margin-left: -15px;
        margin-right: -15px;
    }

#geoportal .img-wrapper {
    display: inline-block;
}

#geoportal a {
    color: var(--gov-color-neutral-white);
    text-decoration: none;
}

.popular {
    margin-bottom: 20px;
    margin-top: 5px;
}

#news .img-wrapper {
    max-width: 390px; /* taskid#40485 */
    min-height: 244px; /* taskid#55226 */
    margin-top: 0px !important; /* takskid#57545 */
}


/* Pouze pro mobil */
@media (max-width: 767px) {
    #news .img-wrapper {
        min-height: 244px;
    }

    #carousel .img-fluid {
        min-height: 220px; /* taskid#55226 */
    }
}


#news .img-wrapper img {
    width: 100%;
}

#news .overlay,
#geoportal .overlay,
#article .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.31) 56%, rgba(0, 0, 0, 0.59) 77%, rgba(0, 0, 0, 0.84) 97%, rgba(0, 0, 0, 0.86) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.31) 56%, rgba(0, 0, 0, 0.59) 77%, rgba(0, 0, 0, 0.84) 97%, rgba(0, 0, 0, 0.86) 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.31) 56%, rgba(0, 0, 0, 0.59) 77%, rgba(0, 0, 0, 0.84) 97%, rgba(0, 0, 0, 0.86) 100%);
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.31) 56%, rgba(0, 0, 0, 0.59) 77%, rgba(0, 0, 0, 0.84) 97%, rgba(0, 0, 0, 0.86) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.31) 56%, rgba(0, 0, 0, 0.59) 77%, rgba(0, 0, 0, 0.84) 97%, rgba(0, 0, 0, 0.86) 100%);
}

#news .title,
#geoportal .read-more {
    color: var(--gov-color-neutral-white);
    font-size: 23px;
    font-weight: 400;
    padding: 0 23px;
    position: absolute;
    bottom: 18px;
    left: 0;
    line-height: 29px;
}

#geoportal .read-more {
    width: 100%;
    text-align: left;
}

    #geoportal .read-more:after {
        float: right;
    }

#news .sub-news {
    padding-top: 36px;
    padding-bottom: 30px;
}

    #news .sub-news .sub-date {
        color: var(--gov-color-success-500);
        font-size: 13px;
        font-weight: 500;
        padding-top: 10px;
    }

    #news .sub-news a {
        font-weight: 400;
        line-height: 26px;
        font-size: 21px;
    }

    #news .sub-news .read-more {
        margin: 36px 0;
        padding: 0;
    }

        #news .sub-news .read-more a {
            font-size: 18px;
        }

#news .button {
    background: var(--gov-color-neutral-white);
    padding: 23px 28px;
    margin-bottom: 1px;
}

    #news .button a {
        text-decoration: none;
        color: var(--gov-color-primary);
        font-family: var(--gov-font-family, "Roboto", sans-serif);
        font-size: 14px;
        font-weight: 500;
        line-height: 26px;
        text-transform: uppercase;
        margin-left: 22px;
    }

.udaje {
    line-height: 22px;
    margin-bottom: 30px;
}

/* LINKS */
#links {
    padding: 18px 0 20px;
}

    #links ul {
        margin-bottom: 20px;
    }

/* WORLD */
#world .citation,
#world .blue,
#world .green,
#world .box1 {
    height: 329px;
    font-size: 14px;
    overflow: hidden;
}

#world .box2 {
    height: 329px;
    font-size: 14px;
    overflow: hidden;
}

#world .box3 {
    height: 329px;
    font-size: 14px;
    overflow: hidden;
}

#world h3 {
    font-size: 24px;
    margin-top: 0;
    padding-top: 36px;
    margin-bottom: 30px;
    line-height: 48px !important;
}

#world p {
    line-height: 20px;
}

#world .world-image {
    padding-right: 39px;
    padding-bottom: 138px;
}

#world .blue .world-image {
    margin-top: -10px;
}

#world .name {
    color: var(--gov-color-primary-500);
    font-size: 22px;
    line-height: 24px;
}

#world .blue {
    background: var(--gov-color-primary);
    color: var(--gov-color-neutral-white);
    padding-bottom: 26px;
}

#world .green {
    background: var(--gov-color-success-500);
    color: var(--gov-color-neutral-white);
    padding-bottom: 26px;
}

    #world .blue h3,
    #world .green h3,
    #world .box1 h3,
    #world .box2 h3,
    #world .box3 h3,
    #world .blue a,
    #world .green a,
    #world .box1 a {
        color: var(--gov-color-neutral-white);
    }

#world .box2 a {
    color: var(--gov-color-neutral-white);
}

#world .box3 a {
    color: var(--gov-color-neutral-white);
}

#world .blue a,
#world .green a,
#world .box1 a {
    font-size: 18px;
    position: absolute;
    bottom: 20px;
}

#world .box2 a {
    font-size: 18px;
    position: absolute;
    bottom: 20px;
}

#world .box3 a {
    font-size: 18px;
    position: absolute;
    bottom: 20px;
}

#world .box1 {
    background: url(images/turisturaj.jpg) top left no-repeat;
    color: var(--gov-color-neutral-white);
    padding-bottom: 26px;
    background-size: cover;
}

#world .box2 {
    background: url(images/kotlikove_dotace.jpg) top left no-repeat;
    color: var(--gov-color-neutral-white);
    padding-bottom: 26px;
    background-size: cover;
}

#world .box3 {
    background: url(images/poved_idpk.jpg) top left no-repeat;
    color: var(--gov-color-neutral-white);
    padding-bottom: 26px;
    background-size: cover;
}

#world .box1 .posun {
    position: absolute;
    bottom: 45px;
}

#world .box2 .posun {
    position: absolute;
    bottom: 45px;
    padding-right: 30px;
}

#world .box3 .posun {
    position: absolute;
    bottom: 30px;
}

#world .box1 .posun p {
    padding-right: 30px;
}

#world .box2 .posun p {
    padding-right: 30px;
}

#world .box3 .posun p {
    padding-right: 30px;
}

#world .uvozovky {
    color: var(--gov-color-primary);
    font-size: 94px;
    font-weight: 400;
    line-height: 20px;
    position: absolute;
    top: 130px;
    left: 80px;
}

/* BLOK HLEDANI */
#search {
    border-top: 1px solid var(--gov-color-secondary-500);
}

    #search a {
        font-size: 18px;
    }

/* CLANEK */
#article {
    padding-top: 38px;
    padding-bottom: 20px;
}

    #article h2 {
        color: var(--gov-color-primary);
        font-size: 25px;
        line-height: 30px;
        font-weight: 400;
    }

.article-detail {
    padding-bottom: 20px;
}

/* taskid#50635 */
.article-detail-text {
    margin-top: 20px;
    line-height: 22px;
}

/* taskid#52232 */
.article-detail-attachment {
    flex: 0 0 100%;
    max-width: 100%;
}

.article-detail h2 {
    margin-bottom: 0;
}

#article .number {
    color: #7d7d7d;
    margin-bottom: 38px;
}

#article .radek {
    padding-bottom: 30px;
}

.article-detail .date {
    margin-top: 20px;
    margin-bottom: 20px;
    display: inline-block;
    margin-right: 20px;
    /* potlaceni stylu z .article-sum .date - taskid#40129  */
    position: relative !important;
    top: auto !important;
    right: auto !important;
}

.article-detail .autor {
    color: #757575;
    font-family: var(--gov-font-family, "Roboto", sans-serif);
    font-size: 10px;
    font-weight: 700;
    line-height: 23px;
    text-transform: uppercase;
}

.galerie img {
    margin: 0 auto 30px auto;
    display: block;
}

/* CLANEK VYPIS */
.article-sum .date {
    position: absolute;
    right: 30px;
    top: 15px;
}
/* rozbiti seznamu v IE - taskid#50445 */
@supports not (-ms-high-contrast: none) {
    .article-sum .thumb {
        max-width: 390px;
    }
}

.article-sum p {
    margin-bottom: 20px;
}

.article-sum h2 {
    margin: 15px 0 15px 0;
    min-height: 0;
}

/* DOTACE */
.dotace {
    height: 610px;
    border: 2px solid var(--gov-color-secondary-500);
    background-color: var(--gov-color-neutral-white);
    margin-top: 29px;
    margin-bottom: 40px;
}

/* AKCE */
.action {
    border: 2px solid var(--gov-color-secondary-500);
    background-color: var(--gov-color-neutral-white);
    margin-top: 31px;
    padding-top: 27px;
    padding-bottom: 25px;
    margin-bottom: 10px;
}

    .action.row {
        margin-left: 0;
        margin-right: 0;
    }

    .action p {
        margin-bottom: 20px;
    }

    .action h2 {
        color: var(--gov-color-primary);
        font-size: 25px;
        line-height: 27px;
        font-weight: 400;
        margin-top: 0;
        padding-bottom: 10px;
        min-height: 0;
    }

    .action .date-label {
        padding-bottom: 25px;
    }

    .action .day {
        color: var(--gov-color-success-500);
        font-family: var(--gov-font-family, "Roboto", sans-serif);
        font-weight: 500;
        font-size: 60px;
        line-height: 50px;
        padding-top: 8px;
    }

    .action .month {
        color: var(--gov-color-success-500);
        font-family: var(--gov-font-family, "Roboto", sans-serif);
        font-weight: 500;
        font-size: 15px;
        line-height: 20px;
        padding: 0 39px;
    }

    .action .tag {
        border-radius: 3px;
        border: 2px solid var(--gov-color-primary-100);
        border-right: none;
        background-color: var(--gov-color-neutral-white);
        padding: 9px 27px 7px 18px;
        margin-bottom: 20px;
        position: relative;
        width: fit-content;
    }

        .action .tag:after {
            display: block;
            content: "";
            background: url(images/tag.png) right top no-repeat;
            height: 36px;
            width: 13px;
            position: absolute;
            top: -2px;
            right: 0;
        }

/* DETAIL OSOBY */
#persona h3 {
    margin: 0;
    line-height: 20px;
    margin-bottom: 20px;
    font-weight: 500;
}

#persona .small-caption {
    font-size: 14px;
    font-weight: 400;
}

#persona {
    font-size: 14px;
}

.person-info {
    margin-bottom: 20px;
}

    .person-info .person-photo {
        margin-bottom: 20px;
    }

    .person-info h3 {
        font-size: 18px;
    }

    .person-info p {
        margin-bottom: 0;
    }
/* Kontaktni osoba */
.contact-block {
    margin-bottom: 35px;
}

    .contact-block .title {
        font-weight: 500;
    }

    .contact-block p {
        margin-bottom: 10px;
    }
/* */
.similar {
    margin-top: 58px;
}

.row.similar {
    margin-bottom: 50px;
}

.similar h2 {
    font-weight: 400;
    color: var(--gov-color-primary);
    font-size: 25px;
    line-height: 25px;
    font-weight: 400;
    margin-top: 0;
    margin-bottom: 20px;
}

.similar p {
    margin-bottom: 20px;
}

.similar span {
    font-family: var(--gov-font-family, "Roboto", sans-serif);
    font-size: 14px;
    font-weight: 400;
    line-height: 23px;
}

    .similar span a {
        font-family: var(--gov-font-family, "Roboto", sans-serif);
        font-size: 14px;
        font-weight: 400;
        line-height: 23px;
    }

.similar .more {
    background: url(images/icon-plus.png) left 2px no-repeat;
    padding-left: 15px;
    margin-right: 15px;
}

.similar .map {
    background: url(images/icon-map.png) left 2px no-repeat;
    padding-left: 15px;
    margin-right: 15px;
}

.similar .mobmap {
    background: url(images/icon-mobmap.png) left 2px no-repeat;
    padding-left: 15px;
    margin-right: 15px;
}

.similar .metadata {
    background: url(images/icon-metadata.png) left 2px no-repeat;
    padding-left: 15px;
    margin-right: 15px;
}

.similar .wms {
    background: url(images/icon-wms.png) left 2px no-repeat;
    padding-left: 15px;
    margin-right: 15px;
}

/* STRUKTURA */
.rozbalovani {
    font-size: 16px;
}

    .rozbalovani .fa {
        padding: 0 8px 0 0;
        font-size: 22px;
    }

    .rozbalovani a {
        text-decoration: none;
        color: var(--gov-color-neutral-black);
        font-family: var(--gov-font-family, "Roboto", sans-serif);
    }

.struktura {
    border: 2px solid var(--gov-color-primary-100);
    background-color: var(--gov-color-neutral-white);
    margin-bottom: 45px;
    margin-top: 10px;
}

    .struktura .panel-title a {
        font-family: var(--gov-font-family, "Roboto", sans-serif);
        line-height: 50px;
        color: var(--gov-color-neutral-black);
        font-size: 18px;
        font-weight: 500;
        text-decoration: none;
    }

    .struktura .panel-default {
        border: none;
    }

.panel-default > .panel-heading + .panel-collapse > .panel-body {
    border: none;
}

.struktura .panel {
    box-shadow: none;
}

.panel-group .panel-group {
    border: 1px solid var(--gov-color-primary-100);
    background-color: var(--gov-color-neutral-white);
    border-radius: 0;
}

.panel-group {
    margin-bottom: 0;
}

.panel-body {
    padding: 15px 30px 15px 35px;
}

.panel-group .panel + .panel {
    margin: 0;
    border-top: 0;
}

/* ACCORDION */
.panel-default > .panel-heading {
    background: none;
    padding: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: none;
    border-radius: 0;
}

.panel-group .panel-group .panel-default .panel-heading {
    border-top: 1px solid var(--gov-color-primary-100);
}

.panel-group .panel-group .panel-default:nth-child(1) .panel-heading {
    border: none;
}

.panel-default > .panel-heading a {
    display: block;
    padding: 0 17px 0 17px;
}

.panel-title > a.collapsed:before {
    content: "\F4F9";
    font-family: bootstrap-icons;
    font-size: 22px;
    color: var(--gov-color-primary-700);
    margin-right: 10px;
}

.panel-title > a:before {
    content: "\F2E5";
    font-family: bootstrap-icons;
    font-size: 22px;
    color: var(--gov-color-primary-700);
    margin-right: 10px;
}

/* FOOTER */
#subfooter, #world2 {
    font-size: 18px;
    font-family: 'Lora', serif;
    border-top: 1px solid var(--gov-color-secondary-500);
}

    #subfooter .subtitle, #world2 .subtitle {
        font-size: 24px;
        padding: 36px 0;
    }

    #subfooter .cara, #world2 .cara {
        border-top: 1px solid var(--gov-color-secondary-500);
        padding-top: 30px;
        padding-bottom: 30px;
    }

    #subfooter .mesicnik-wrapper, #world2 .mesicnik-wrapper {
        position: relative;
        min-height: 200px; /* taskid#55226 */
    }

    #subfooter .download, #world2 .download {
        position: absolute;
        top: 72px;
        left: 112px;
    }

    #subfooter .old, #world2 .old {
        position: absolute;
        top: 14px;
    }

    #world2 .subscription {
        position: absolute;
        bottom: 14px;
    }

    #subfooter .adress, #world2 .adress {
        line-height: 27px;
        margin-top: 19px;
        color: var(--gov-color-secondary-600);
    }

        #subfooter .adress p, #world2 .adress p {
            line-height: 27px;
        }

    #subfooter .phone, #world2 .phone {
        margin-top: 45px;
        margin-bottom: 10px;
        color: var(--gov-color-neutral-white);
    }

    #subfooter .contact-in-row, #world2 .contact-in-row {
        margin-bottom: 20px;
    }

        #subfooter .contact-in-row .phone, #world2 .contact-in-row .phone {
            margin-top: 0;
        }

.phone {
    margin-bottom: 11px;
}

.alert-box .phone:last-child {
    margin-bottom: auto;
}

#subfooter img, #world2 img {
    padding-right: 18px;
}

.phone img,
.email img {
    padding-right: 10px;
}

#subfooter .interesting, #world2 .interesting {
    margin-top: 19px;
    margin-bottom: 20px;
}

#footer {
    /*background: var(--gov-color-secondary-500);*/
    padding-top: 29px;
    padding-bottom: 57px;
    font-size: 13px;
}

    #footer .web {
        padding-top: 28px;
    }

.loga img {
    margin-right: 10px;
    margin-bottom: 20px;
    margin-top: 20px;
}

    .loga img:nth-child(2) {
        margin-bottom: 22px;
    }

    .loga img:nth-child(3) {
        margin-bottom: 36px;
    }

/* FORMS */
.vyhledavani {
    margin: 0 auto;
    margin-bottom: 35px;
}

.has-feedback {
    width: 200px;
}

    .has-feedback .fa {
        font-size: 24px;
        color: var(--gov-color-primary);
        margin-top: 9px;
        margin-right: 8px;
    }

    .search input,
    .middle-search input,
    .has-feedback input {
        border: 2px solid var(--gov-color-primary-100);
        background-color: var(--gov-color-neutral-white);
        font-size: 15px;
        color: var(--gov-color-neutral-black) !important;
        border-radius: 3px;
        box-shadow: none;
        width: 262px;
        height: 47px;
        padding: 0 16px;
        margin-left: -18px;
        cursor: pointer;
    }

        .search input:focus {
            box-shadow: 0 0 0 2px var(--gov-color-neutral-white);
        }

    .has-feedback input {
        margin-left: 0;
        width: 200px;
        min-width: 0;
    }

.middle-search {
    height: 47px;
    margin-bottom: 30px;
}

.input-group .form-control {
    width: 212px;
    float: right;
}

.input-group-btn .btn-default {
    border: 2px solid var(--gov-color-primary-100);
    border-left: none;
    border-radius: 0;
    padding: 3px 13px 7px 0;
    font-size: 22px;
    background: var(--gov-color-neutral-white);
    height: 47px;
}

.fa {
    color: var(--gov-color-primary);
}

/* LOGIN */
#myTabContent {
    border: 2px solid var(--gov-color-secondary-600);
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    background-color: var(--gov-color-neutral-white);
    padding: 11px;
}

.modal-body {
    padding: 31px 0 0 0;
}

    .modal-body ul li {
        padding-bottom: 0;
    }

    .modal-body .nav-tabs > li {
        margin-bottom: -3px;
        width: auto;
    }

#prihlaseni .modal-body .nav-tabs > li {
    width: 50%;
}

#seznam .modal-body .nav-tabs > li {
    width: 50%;
}

.modal-body .nav-tabs > li > a > img {
    padding-right: 10px;
    float: left;
}

.modal-body .nav-tabs > li > a.active,
.modal-body .nav-tabs > li > a.active:focus,
.modal-body .nav-tabs > li > a.active:hover {
    width: auto;
    border: 2px solid var(--gov-color-secondary-600);
    border-bottom: 0;
    background-color: var(--gov-color-neutral-white);
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    color: var(--gov-color-primary);
    text-transform: uppercase;
    text-decoration: none;
    font-size: 11px;
    font-weight: 700;
    font-family: var(--gov-font-family, "Roboto", sans-serif);
    padding: 10px 14px;
    text-align: left;
}

.modal-body .nav-tabs > li:first-child > a,
.modal-body .nav-tabs > li:first-child > a:hover,
.modal-body .nav-tabs > li:first-child > a:focus {
    margin-right: 9px;
}

.modal-body .nav-tabs > li > a,
.modal-body .nav-tabs > li > a:focus,
.modal-body .nav-tabs > li > a:hover {
    width: auto;
    border: 2px solid var(--gov-color-secondary-600);
    border-bottom: 0;
    background-color: var(--gov-color-neutral-white);
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    color: var(--gov-color-primary);
    text-transform: uppercase;
    text-decoration: none;
    font-size: 11px;
    font-weight: 700;
    font-family: var(--gov-font-family, "Roboto", sans-serif);
    padding: 10px 14px;
    text-align: left;
    margin: 0;
    background: var(--gov-color-secondary-500);
    height: 53px;
}

.modal-body .login-controls {
    margin-top: 32px;
}

#seznam #myTabContent {
    padding-bottom: 25px;
}

#prihlaseni label {
    font-size: 12px;
}
/* fix loginu - reset stylu */
#prihlaseni .control-label {
    line-height: 26px;
    float: none;
}

.table-responsive {
    -ms-overflow-style: scrollbar;
    padding-bottom: 15px;
}
/* KRIZOVE RIZENI */
.weather-box strong {
    font-weight: 500;
}

.weather-box .weather-date {
    margin: 20px 0 5px 0;
}

@media (min-width: 576px) {
    .container {
        max-width: none;
    }
}

/* reset nastaveni z glassu! */
.container {
    position: inherit;
    height: inherit;
}

.dropdown-menu .container {
    max-width: 100%;
    position: relative;
}

.sitemap ul {
    padding-left: 40px;
    margin-bottom: 0;
}

    .sitemap ul li {
        list-style: initial;
        padding-bottom: initial;
    }

/* UPRAVY POUZE PRO DESKTOP */
@media (min-width: 768px) {
    .container {
        max-width: 750px;
    }

    .navbar-brand {
        margin: 0 10px 0 0;
    }

    .navbar-expand-md .navbar-collapse {
        display: block !important;
    }

    .user {
        position: absolute;
        top: -122px;
        right: 0;
    }

        .user a {
            color: var(--gov-color-primary);
        }

            .user a:hover {
                color: #23527c;
                text-decoration: underline;
            }

    .cara-right {
        border-right: 1px solid var(--gov-color-secondary-500);
    }

    .section {
        padding: 27px 15px;
    }

    h1,
    .main-title {
        font-size: 35px;
        line-height: 48px;
    }

    h2 {
        min-height: 48px;
    }

    .navbar-light .nav-item {
        position: static;
    }

    .yamm .container .dropdown-menu {
        left: 0;
        width: 100%;
        top: auto;
    }

    .yamm .dropdown-menu > li {
        display: inline-block;
    }

    @media (min-width: 768px) {
        li.dropdown:hover > .dropdown-menu {
            display: block;
        }
    }

    /* Menu hover */
    li.dropdown:hover > .dropdown-menu {
        display: block;
        color: var(--gov-color-primary);
        text-decoration: underline;
        font-size: 17px;
        /*padding: 0;*/
        display: inline;
        line-height: 1;
    }
    /* End menu hover */

    .dropdown-menu {
        margin: 0;
        border-top: 0;
        padding-top: 0;
    }

        .dropdown-menu ul {
            margin: 0;
            padding-top: 45px;
            padding-bottom: 30px;
        }

    .navbar-header {
        position: relative;
        width: 100%;
    }

    .navbar-nav .open .dropdown-menu li {
        padding-bottom: 15px;
    }

    .navbar-nav .open .dropdown-menu a {
        color: var(--gov-color-primary);
        text-decoration: underline;
        font-size: 17px;
        padding: 0;
        display: inline;
        line-height: 1;
    }

    li.dropdown:hover > .dropdown-menu {
        display: block;
    }

    .navbar-brand {
        position: absolute !important;
        top: -112px;
        left: 0;
    }

        .navbar-brand.left {
            top: -100px;
        }

        .navbar-brand > img {
            width: auto;
        }

        .navbar-brand.right {
            right: 0;
            top: -100px;
            left: auto;
            width: auto;
        }

    .navbar-light {
        margin-top: 128px;
        margin-bottom: 0;
    }

    .navbar-nav {
        margin: 0;
        float: left;
    }

    .navbar-light .navbar-nav > li.dropdown > a:after {
        right: 20px;
    }

    .navbar-light .navbar-nav > li > .nav-link {
        font-size: 17px;
        /*border-left: 1px solid var(--gov-color-primary-800);*/
        border-bottom: 0;
        padding: 24px 29px;
    }

    .navbar-light .navbar-nav > .open > a,
    .navbar-light .navbar-nav > .open > a:focus,
    .navbar-light .navbar-nav > .open > a:hover {
        background: var(--gov-color-primary-700);
        color: var(--gov-color-neutral-white);
    }

    .menu-wrapper {
        position: relative;
    }

    .language {
        position: absolute !important;
        top: -88px;
        right: 310px;
    }

    #hlavni-menu-expand .search {
        position: absolute !important;
        top: -88px;
        right: 60px;
        width: 262px;
    }

    .col-centered {
        margin-top: -88px;
        position: absolute;
        left: 0;
        right: 0;
    }

    .navbar-nav.language > li > a {
        background-color: transparent;
        color: var(--gov-color-neutral-black);
        padding: 15px 9px 13px 9px;
        height: 47px;
    }

        .navbar-nav.language > li > a:hover,
        .navbar-nav.language > li > a.active {
            background-color: var(--gov-color-primary);
            color: var(--gov-color-neutral-white);
            font-weight: 500;
        }

    #search {
        padding-top: 37px;
        padding-bottom: 80px;
    }

        #search h2 {
            margin-bottom: 60px;
        }

    #footer {
        padding-top: 37px;
        padding-bottom: 44px;
    }

        #footer .web {
            text-align: right;
            padding-top: 0;
        }

    #subfooter .phone, #world2 .phone {
        margin-bottom: 20px;
    }

    #subfooter .contact-in-row .contact, #world2 .contact-in-row .contact {
        margin-top: 24px;
    }

    #news .date {
        right: -15px;
        top: 15px;
    }

    #news .sub-odkaz {
        padding-bottom: 30px;
    }

        #news.news-krize {
            padding-bottom: 58px;
        }

        #news h2 {
            margin-top: 13px;
        }

        #news .img-wrapper,
        #geoportal .img-wrapper,
        #article .img-wrapper {
            margin-left: 0;
            margin-right: 0;
        }

        #news p {
            padding: 26px 11px;
            margin-bottom: 0;
        }

        #news .read-more {
            padding-left: 11px;
        }

        #news .button a {
            display: block;
            margin: 0;
        }

        #news .button {
            text-align: center;
            padding: 31px 48px;
        }

    #links {
        padding-top: 24px;
    }

    .carousel-ovladac {
        top: 32%;
        width: 45px;
    }

        .carousel-ovladac.carousel-control-prev {
            left: -45px;
        }

        .carousel-ovladac.carousel-control-next {
            left: auto;
            right: -45px;
        }

    #carousel-slider .date {
        margin-left: -45px;
        width: 179px;
        padding-right: 17px;
        text-align: right;
        margin-top: 58px;
        margin-bottom: 51px;
    }

    #carousel-slider .slider-text {
        margin-top: 71px;
        padding: 0 30px;
    }

        #carousel-slider .slider-text p,
        #carousel-slider-menu .slider-text p {
            font-size: 16px;
            line-height: 26px;
            padding-bottom: 24px;
        }

    .carousel-indicators {
        margin-left: 0;
        bottom: -20px;
        padding: 0;
        margin: 0;
    }

    #article {
        padding-top: 50px;
        padding-bottom: 90px;
    }

    .full-pic {
        padding-top: 21px;
    }

    #myTabContent {
        padding: 42px 48px 76px 53px;
    }

        #myTabContent p {
            font-size: 14px;
        }

            #myTabContent p:first-child {
                padding-top: 30px;
            }

    #subfooter .interesting, #world2 .interesting {
        margin-top: 31px;
        margin-bottom: 40px;
    }

    #news .sub-news {
        padding-top: 68px;
    }

    .pull-right .btn.grey, .btn.grey {
        margin-top: 16px;
    }

    #world .blue {
        padding-left: 35px;
    }

    #world .green {
        padding-left: 35px;
    }

    #world .box1 {
        padding-left: 139px;
        padding-right: 139px;
    }

    #world .box2 {
        padding-left: 35px;
        padding-right: 60px;
    }

    #world .box3 {
        padding-left: 35px;
        padding-right: 60px;
    }

    .vyhledavani-wrapper {
        position: relative;
    }

    .vyhledavani {
        position: absolute;
        top: 0;
        right: 35px;
    }

    .table > tbody > tr > td,
    .table > tbody > tr > th,
    .table > tfoot > tr > td,
    .table > tfoot > tr > th,
    .table > thead > tr > td,
    .table > thead > tr > th {
        padding: 10px 20px 10px;
    }

    .rozbalovani .fa {
        padding: 0 11px 0 19px;
    }

    .struktura .panel-default p {
        padding-left: 40px;
    }

    .modal-body .nav-tabs > li > a > img {
        padding-right: 22px;
        float: none;
    }

    .modal-body .nav-tabs > li > a.active,
    .modal-body .nav-tabs > li > a.active:focus,
    .modal-body .nav-tabs > li > a.active:hover {
        text-align: center;
        font-size: 12px;
        padding: 18px;
        height: auto;
    }

    .modal-body .nav-tabs > li > a,
    .modal-body .nav-tabs > li > a:focus,
    .modal-body .nav-tabs > li > a:hover {
        text-align: center;
        font-size: 12px;
        padding: 18px;
        height: auto;
    }

    #seznam .modal-body .nav-tabs > li {
        width: auto;
    }

        #seznam .modal-body .nav-tabs > li > a {
            padding-left: 60px;
            padding-right: 60px;
        }

    .form-horizontal {
        padding-bottom: 0;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 970px;
    }

    .navbar-brand.left {
        top: -95px;
        font-size: 16px;
    }

        .navbar-brand.left strong {
            font-size: 30px;
        }

    .col-right {
        float: right;
    }

    .sidebar {
        margin-top: 0;
    }

    #links h2 {
        margin-bottom: 30px;
    }

    #subfooter .cara, #world2 .cara {
        border: none;
        padding-top: 40px;
        padding-bottom: 60px;
    }

        #subfooter .cara.middle, #world2 .cara.middle {
            border-left: 1px solid var(--gov-color-secondary-500);
            border-right: 1px solid var(--gov-color-secondary-500);
        }

    #subfooter .middle, #world2 .middle {
        padding-left: 39px;
        padding-right: 39px;
    }

    #subfooter .last, #world2 .last {
        padding-left: 39px;
        padding-right: 39px;
    }

    .action .read-more {
        position: absolute;
        top: 80px;
    }

    .action .tag {
        position: absolute;
        bottom: 0;
        right: 30px;
    }

    .action .date-label {
        padding-bottom: 0;
    }

    .action h2 {
        padding-bottom: 0;
    }

    .action p {
        margin-bottom: 10px;
    }

    .action .tag {
        margin-bottom: 10px;
    }

    .action {
        padding-bottom: 17px;
    }

    .pagination > li > a,
    .pagination > li > span {
        padding: 8px 12px;
    }

    .article-sum .date {
        position: absolute;
        top: 15px;
        right: 0;
    }

    .article-sum .text {
        padding-left: 30px;
    }

    .article-sum .thumb {
        margin-bottom: 0;
    }

    .popular {
        margin-top: 0;
    }

    .sidebar {
        order: -1;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1170px;
    }
}
/* UPRAVY POUZE PRO MOBIL */
@media (max-width: 767px) {
    .form-inline .form-group {
        display: block;
    }

    .form-inline label {
        display: block;
    }
}

.ui-dialog.confirmDialog .ui-widget-header {
    background: var(--gov-color-secondary-500);
}

.ui-dialog.confirmDialog .ui-dialog-buttonpane button {
    border: 2px solid var(--gov-color-secondary-500);
    background-color: var(--gov-color-neutral-white);
    border-radius: 0;
    color: var(--gov-color-primary);
    font-family: var(--gov-font-family, "Roboto", sans-serif);
    font-size: 12px;
    font-weight: 700;
    line-height: 23px;
    text-transform: uppercase;
    margin-top: 42px;
    padding: 7px 12px 3px 12px;
}

    .ui-dialog.confirmDialog .ui-dialog-buttonpane button:hover {
        background-color: var(--gov-color-neutral-white);
        border: 2px solid var(--gov-color-secondary-500);
        color: var(--gov-color-primary);
    }

.ui-dialog.confirmDialog .ui-state-default {
    background: none;
}

/* PageNotFound.ascx  */

.notFound-box {
    border: 2px solid var(--gov-color-secondary-500);
    padding: 30px 0px;
}

.notFound-code {
    margin-top: 19px;
    font-size: 70px;
    opacity: 0.4;
}

table.dxgvControl {
    border: none;
    background: transparent;
    font: inherit;
}

    table.dxgvControl > tbody > tr > td {
        padding: 0;
    }

.dxeHyperlink {
    font: inherit;
    font-size: inherit;
    color: var(--gov-color-primary) !important;
}

.dxgvGroupPanel, .dxgvHeader {
    background: transparent;
    border: none;
    padding: 10px 20px 10px;
}

.dxgvHeader {
    font-weight: bold;
    border-bottom: 2px solid var(--gov-color-primary);
}

.dxgvFooter, .dxgvPagerBottomPanel {
    background: transparent;
}

    .dxgvFooter td.dxgv {
        border: none;
    }

.dxgvDataRow td.dxgv {
    padding: 10px 20px 10px;
    border: none;
}

.dxgvDataRow:nth-of-type(odd) {
    background: var(--gov-color-secondary-500);
}

.dxpLite {
    font-size: 16px;
}

    .dxpLite .dxp-num {
        color: var(--gov-color-neutral-black);
        text-decoration: none;
        font-weight: normal;
        border-radius: 50px;
        width: 32px;
        height: 32px;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0;
        font-size: 14px;
        font-family: var(--gov-font-family, "Roboto", sans-serif);
    }

        .dxpLite .dxp-num:hover, .dxpLite .dxp-current {
            color: var(--gov-color-primary);
            font-weight: 700;
            background: none;
        }

    .dxpLite .dxp-current {
        margin-top: 0 !important;
    }

.dxp-button {
    border: 1px solid var(--gov-color-secondary-400);
    /*position: absolute;
    right: 0;*/
    font-weight: 700 !important;
    font-size: 16px;
    font-family: var(--gov-font-family, "Roboto", sans-serif);
    padding: 6px 12px !important;
    text-decoration: none !important;
}

a.dxp-button {
    color: var(--gov-color-primary) !important;
}

.dxp-button .fa-angle-right {
    padding-left: 12px;
    color: var(--gov-color-warning-400);
}

.dxp-button .fa-angle-left {
    padding-right: 12px;
    color: var(--gov-color-warning-400);
}

.dxp-disabledButton .fa {
    color: #acacac;
}

article header .img-fluid {
    display: block;
    padding-bottom: 5px;
}

/* nadpis vypisu pamatek */

h2.monument {
    margin-top: 30px;
}

/* ASPxTreeList - taskid#46317 */

.dxtlNode_Glass td.dxtl a {
    color: var(--gov-color-neutral-black);
    font-family: var(--gov-font-family, "Roboto", sans-serif);
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    text-decoration: none;
}

.dxtlNode_Glass td.dxtl .treeListLink a {
    font-weight: normal;
    font-size: 15px;
    color: #2a769d;
    text-decoration: underline;
}

/* end of taskid#46317 */

.frame {
    width: 100%;
    height: 480px;
    border: 1px solid var(--gov-color-secondary-500);
}

/* taskid#50485 */

.dxgvPagerBottomPanel .dxp-button:first-of-type:before {
    padding-right: 12px;
    color: var(--gov-color-warning-400);
    content: "\F284"; /* arrow left */
    font-family: bootstrap-icons;
}

.dxgvPagerBottomPanel .dxp-button:last-of-type:after {
    padding-left: 12px;
    color: var(--gov-color-warning-400);
    content: "\F285" !important; /*arrow right*/
    font-family: bootstrap-icons;
}

/*edn of taskid#50485 */

/* taskid#55228 */
.table-responsive .dxp-disabledButton, .table-monument .dxp-disabledButton {
    color: #757575 !important;
}

/* taskid#57547 */
#subheader .row {
    padding-bottom: 10px; /*mezera nad obrázkem hlavní novinky*/
}

/* pouze desktop */
@media (min-width: 768px) {
    #subheader .row .subheader2 {
        padding-left: 0px; /* zrušení mezery mezi boxy pod hlavičkou */
    }
}

/* Pouze pro mobil */
@media (max-width: 767px) {

    #subheader .row img {
        max-width: 100%; /* oříznutí velikosti obrázků */
    }
}

/* end of taskid#57547 */

/* taskid#58702, taskid#57629 */
.row.radek.article-detail {
    display: inline;
}

/* taskid#73631*/
#news h1 {
    font-size: 29px;
    color: var(--gov-color-neutral-black);
    font-weight: 400;
    font-family: var(--gov-font-family, "Roboto", sans-serif);
    line-height: 1.4;
    margin-top: 13px;
    margin-bottom: 0;
    min-height: 48px;
}
/* end taskid#73631*/

/* Redesign 2024 */

.sidebar-gov {
    margin-top: 40px;
}

    .sidebar-gov > ul {
        margin-bottom: 38px;
    }

    .sidebar-gov li {
        margin-bottom: 0px;
    }

    .sidebar-gov a, .sidebar-gov button {
        display: inline-flex;
        align-items: center;
        vertical-align: middle;
        border: none;
        background-color: transparent;
        color: var(--gov-color-secondary);
        border-bottom: 0.0625rem solid var(--gov-color-secondary-500);
        padding: 0.9rem 0.5rem;
        transition: background-color 150ms ease-in-out, border-color 150ms ease-in-out;
        line-height: 1;
        font-weight: 500;
        font-size: .75rem;
        text-decoration: none;
        text-transform: uppercase;
    }

        .sidebar-gov a + button {
            width: 3rem;
            padding: 0.75rem;
            justify-content: center;
        }

    .sidebar-gov li::before {
        content: none;
    }

    .sidebar-gov ul li.is-active > ul {
        display: block;
    }

.sidebar-gov-item {
    display: flex;
    flex-wrap: wrap;
}

    .sidebar-gov-item > *:first-child {
        flex: 1;
    }

    .sidebar-gov-item.is-active > a + button .gov-icon {
        transform: rotate(180deg);
    }

.gov-icon::before {
    color: var(--gov-color-primary-600);
    -webkit-text-stroke: 1.5px var(--gov-color-primary-600);
}

.sidebar-gov a:hover,
.sidebar-gov a.active,
.sidebar-gov button:hover {
    background: var(--gov-color-primary-600);
    color: var(--gov-color-secondary-200);
}

    .sidebar-gov button:hover .gov-icon::before {
        -webkit-text-stroke: 1.5px var(--gov-color-secondary-200);
    }

.sidebar-gov ul li {
    padding-bottom: 0;
}

.sidebar-gov-button-dropdown:focus {
    outline: none;
}

/* Úrovně sidebar menu */

[class^="sidebar-gov-level-"]:not(.sidebar-gov-level-1) {
    display: inline-flex;
    flex-direction: column;
    flex-basis: 100%;
    border-bottom: 0.0625rem solid var(--gov-color-secondary-500);
}

    [class^="sidebar-gov-level-"]:not(.sidebar-gov-level-1) a,
    [class^="sidebar-gov-level-"]:not(.sidebar-gov-level-1) button {
        padding-top: 0.75rem;
        padding-bottom: 0.75rem;
        padding-right: 0.5rem;
        /*font-size: 0.6rem;*/
        /*line-height: 0.75;*/
        border: 0;
    }

        [class^="sidebar-gov-level-"]:not(.sidebar-gov-level-1) a + button {
            padding: 0.5rem 0.75rem;
        }

.sidebar-gov-level-2 > li > a {
    padding-left: 1.0rem;
}

.sidebar-gov-level-3 > li > a {
    padding-left: 1.5rem;
}

.sidebar-gov-level-4 > li > a {
    padding-left: 2.0rem;
}

.sidebar-gov-level-5 > li > a {
    padding-left: 2.5rem;
}

/* END - Úrovně sidebar menu */

/* Ručně přidávané menu - odkaz na kraj u článku bez podmenu */

.sidebar-gov ul:not([class*='sidebar-gov-level']) > li > *:first-child {
    flex: 1;
}

.sidebar-gov ul:not([class*='sidebar-gov-level']) > li {
    display: flex;
    flex-wrap: wrap;
}

    .sidebar-gov ul:not([class*='sidebar-gov-level']) > li > a {
        display: inline-flex;
        align-items: center;
        vertical-align: middle;
        border: none;
        border-bottom: 0.0625rem solid var(--gov-color-secondary-500);
        padding: 0.75rem 0.5rem;
        transition: background-color 150ms ease-in-out, border-color 150ms ease-in-out;
        line-height: 1.5;
        text-decoration: none;
    }

        .sidebar-gov ul:not([class*='sidebar-gov-level']) > li > a:hover {
            color: var(--gov-color-secondary-200);
        }

/* END - Ručně přidávané menu - odkaz na kraj u článku bez podmenu*/

@media (min-width: 992px) {
    .sidebar-gov {
        margin-top: 0;
        order: -1;
    }
}

/* END - Redesign 2024 */

@media (min-width:768px) {

    .navbar {
        border-top: 1px solid var(--gov-color-primary-500);
    }
}

@media (min-width:768px) {
    .nav-link:not(.nav-link-login):hover::before {
        transform: scale(1, 1);
    }
}

.nav-link::before {
    content: "";
    display: block;
    position: absolute;
    top: -1px;
    left: 1.75rem;
    right: 1.75rem;
    height: 2px;
    background-color: var(--gov-color-neutral-white);
    transform: scale(0, 1);
    transition: transform 256ms ease-out;
    will-change: transform;
}

.gov-lang {
    margin-left: 1.5625rem;
    display: flex;
    float: right;
    position: relative;
    top: -85px;
    border-radius: 8px;
}

    .gov-lang:hover {
        background-color: var(--gov-color-primary-500);
    }

.gov-lang-select {
    padding: 0 .3125rem;
    width: 50px;
    height: 2.5rem;
    background: transparent;
    border: none;
    border-radius: 8px;
    color: white;
    cursor: pointer;
    font-size: .75rem;
    min-width: 0;
    -webkit-appearance: none;
}

    .gov-lang-select:focus {
        border-color: var(--gov-color-neutral-white);
        box-shadow: 0 0 0 2px var(--gov-color-neutral-white);
        outline: none;
    }

    .gov-lang-select option {
        color: var(--gov-color-secondary-800);
    }

.button-top {
    width: 2.5rem;
    height: 2.5rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    cursor: pointer;
    vertical-align: middle;
    text-align: center;
    text-decoration: none;
    -webkit-appearance: none;
    padding: .625rem .75rem;
    border: 1px solid transparent;
    border-radius: 8px;
    letter-spacing: .05em;
    line-height: 1.5;
    text-transform: uppercase;
    transition: background-color 150ms ease-in-out, border-color 150ms ease-in-out;
    will-change: background-color, border-color;
    -webkit-font-smoothing: antialiased;
    border-color: var(--gov-color-neutral-white);
}

    .button-top i {
        color: var(--gov-color-neutral-white);
    }

    .button-top:hover {
        background-color: var(--gov-color-neutral-white);
    }

        .button-top:hover i {
            color: var(--gov-color-secondary);
        }

@media (min-width:768px) {
    .current-nav::before {
        transform: scale(1, 1);
    }
}

ul > li::before, .gov-list > li::before, .gov-list__item::before {
    content: none !important;
}

#subfooter h1, #subfooter h2, #subfooter h3, #subfooter h4,
#links h1, #links h2, #links h3, #links h4 {
    color: var(--gov-color-neutral-white);
}

.gov-footer {
    padding-top: 1.0rem;
    padding-bottom: 2.0rem
}

.footer-content ul li {
    padding-bottom: 6px;
    font-size: 14px;
}

.gov-footer__lower {
    display: flex;
    justify-content: space-between
}

p, .gov-paragraph, table tbody td, .gov-table tbody td {
    margin-bottom: 1.5625rem;
    color: var(--gov-color-secondary-700);
    font-family: "Roboto",sans-serif;
    font-size: .9375rem;
    font-weight: 400;
    letter-spacing: .0125em;
    line-height: 1.6;
    -webkit-font-smoothing: antialiased
}

.gov-footnote {
    margin: 0;
    color: var(--gov-color-secondary-600);
    font-family: "Roboto",sans-serif;
    font-size: .65rem;
    letter-spacing: .0125em;
    line-height: 1.4;
    -webkit-font-smoothing: antialiased
}

@media(max-width: 57.99em) {
    .gov-footer {
        padding-top: 2.1875rem;
        padding-bottom: 2.5rem
    }

        .gov-footer hr {
            margin-bottom: 1.5625rem
        }

    .gov-footer__lower {
        display: block;
    }

        .gov-footer__lower .gov-footnote:first-child, .gov-footer__lower .gov-fileinput__upload-note:first-child {
            margin-bottom: 1.5625rem
        }
}

.main-title, h1, h2, h3, h4, .gov-title, .gov-portal-subnav__headline, table th, .gov-table th, .gov-autocomplete__empty, .gov-multiselect__empty, .gov-autocomplete__result, .gov-multiselect__option {
    margin-bottom: .625rem;
    color: var(--gov-color-secondary);
    font-family: "Roboto",sans-serif;
    font-weight: 400;
    letter-spacing: .0125em;
    line-height: 1.2;
    -webkit-font-smoothing: antialiased
}

.main-title {
    margin-bottom: 1.25rem;
}

h1, .gov-title--alpha, .gov-portal-subnav__headline {
    margin-bottom: 2.5rem;
    font-size: 2.5rem;
    font-weight: 300
}

h2, .gov-title--beta {
    margin-bottom: 1.5625rem;
    font-size: 1.75rem;
    line-height: 1.4
}

h3, .gov-title--gamma {
    font-size: 1.25rem
}

h4, .gov-title--delta, table th, .gov-table th, .gov-autocomplete__empty, .gov-multiselect__empty, .gov-autocomplete__result, .gov-multiselect__option {
    font-size: .75rem;
    font-weight: 500;
    letter-spacing: .03125em;
    line-height: 1.3333334;
    text-transform: uppercase
}

article.blue p {
    color: var(--gov-color-neutral-white);
}

#world article.tile, #world2 article.tile {
    padding: 0.5rem;
}

@media (min-width: 992px) {
    #world article, #world2 article {
        padding: 0.5rem;
    }

        #world article.blue, #world2 article.blue {
            padding: 0.5rem;
        }
}

.btn-search {
    position: absolute;
    right: 1.5rem;
    top: 50%;
    transform: translateY(-50%);
    padding: 0.3125rem;
    background-color: var(--gov-color-primary-600);
    border-color: var(--gov-color-primary-600);
    color: var(--gov-color-neutral-white);
}

    .btn-search:hover {
        background-color: var(--gov-color-primary-700);
        border-color: var(--gov-color-primary-700);
        color: var(--gov-color-neutral-white);
    }

.search .gov-search-input {
    border: 1px solid var(--gov-color-secondary-700);
    background-color: var(--gov-color-neutral-white);
    font-size: 1rem;
    color: var(--gov-color-secondary) !important;
    border-radius: 8px;
    box-shadow: none;
    width: 262px;
    height: 47px;
    padding: 0 16px;
    margin-left: -18px;
    cursor: pointer;
    letter-spacing: 1.02px;
}

.controls > input[type=checkbox] + label {
    margin: 5px 0px 0px 5px;
}

.gov-lang-icon {
    display: block;
    position: absolute;
    right: .375rem;
    top: .8rem;
    color: var(--gov-color-neutral-white);
    font-size: 0.8rem;
    pointer-events: none;
}

#subfooter .container {
    position: relative;
}

.col-button-top {
    position: absolute;
    top: 1rem;
    right: 0.5rem;
}

.read-more {
    font-size: 18px;
}

    .read-more a {
        font-weight: 400;
        text-decoration: underline;
        font-size: 16px;
        /*background-color: ButtonFace;*/
    }

/*.read-more a:after {
            content: "\F285";
            font-family: bootstrap-icons;*/
/*color: var(--gov-color-warning-400);*/
/*text-decoration: none !important;
            padding-left: 10px;
            line-height: 16px;
            font-size: 13px;
            font-weight: bold;
        }*/

.main-content div.read-more {
    margin-top: 20px;
    margin-bottom: 20px;
}

    .main-content div.read-more a {
        border: 1px solid var(--gov-color-primary);
        padding-top: 10px;
        padding-left: 20px;
        padding-bottom: 10px;
        padding-right: 20px;
        font-weight: 500;
        color: var(--gov-color-primary);
        border-radius: 8px;
    }

    .main-content div.read-more a {
        text-decoration: none;
    }

    .main-content div.read-more:hover a, .main-content div.read-more:hover a:hover {
        color: var(--gov-color-primary-700);
        background-color: var(--gov-color-primary-200);
        color: var(--gov-color-primary-700);
    }

/* Fix zobrazeni na mobilu */
@media (max-width: 767px) {
    #world .row {
        margin-left: 0;
        margin-right: 0;
    }
}

.article-detail article {
    background-color: var(--gov-color-neutral-white);
    padding: 25px;
}